iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 20
1
IoT

來與IoT譜寫一首戀愛樂章吧系列 第 20

op.20 《應用層》-建置 Flutter 環境

  • 分享至 

  • xImage
  •  

op.20 融入妳的時空

學習妳在的時空的任何點滴
希望可以更加地貼近妳的生活!

今天是連假後第一天,好累喔不想起床XD

建置 Flutter 開發環境

今天就來寫一篇安裝過程的筆記吧,雖然官網上已經有教學了,但有一些設定環境還是想整理出來,絕對不是甚麼為了湊篇幅啦(其實根本在偷懶吧,好了,廢話不多說,就開始今天的過程吧!

備註:今天圖片特多喔XD

Flutter 安裝

安裝 (傳統下載)

首先需要先至官網下載安裝的 SDK 連結其他版本連結
https://ithelp.ithome.com.tw/upload/images/20201005/20129084DaWi8R7qFg.png

將下載下來的檔案解壓縮至任何地方,只要記得解壓縮在哪裡即可,對於後面環境安裝很重要。
這裡解壓縮至 C:\src。
//pic

也可以使用指令進行安裝,兩者選擇一個操作即可。

安裝 (Git下載)

首先妳會需要能夠執行 git 的環境,可以至這裡下載 (載點)
//pic


到這裡我們就完成安裝的部分了,接下來就可以進行環境設定的部分。

環境變數設定

環境變數設定頁面 本機 > 內容 (右鍵) > 進階系統設定 > 進階 > 環境變數
https://ithelp.ithome.com.tw/upload/images/20201005/20129084enIhFxvaYf.png
https://ithelp.ithome.com.tw/upload/images/20201005/20129084O5sWl7dpUd.png
https://ithelp.ithome.com.tw/upload/images/20201005/20129084Vcerwai6A4.png

在使用者變數中找到 Path ,加入剛剛裝的 flutter 的 bin 資料夾路徑,如果沒有則自己新增 Path 變數。
https://ithelp.ithome.com.tw/upload/images/20201005/20129084u0YEkaztim.png

然後打開工作管理員,輸入指令,會檢視目前還缺少甚麼環境,出現紅色的 [x] 代表為必須, 黃色的 [!] 則是有問題,綠色的 [v] 代表已完成,每當完成一件事情可以利用這指令來檢查是否正確地安裝。

flutter doctor

https://ithelp.ithome.com.tw/upload/images/20201005/20129084hU9EiEUR3N.png
此時顯示缺少 Android 的環境,所以最快的方法就是安裝 Android Studio。


Android Studio 安裝

建置一個 Android 的環境,可以透過安裝 Android Studio 來幫忙建置 可以到這裡進行下載 (載點)
https://ithelp.ithome.com.tw/upload/images/20201005/20129084an1uamCyZu.png

執行安裝程式
https://ithelp.ithome.com.tw/upload/images/20201005/20129084MAWafxdDeb.png

點選 Next
https://ithelp.ithome.com.tw/upload/images/20201005/20129084i4q7d4jFKp.png

可以選擇安裝的位置
https://ithelp.ithome.com.tw/upload/images/20201005/20129084C3LpzFKauz.png

按下 Install 開始安裝
https://ithelp.ithome.com.tw/upload/images/20201005/20129084HxsRzjg82d.png

等待過程跑完
https://ithelp.ithome.com.tw/upload/images/20201005/20129084kW3AQCMaL2.png

安裝完成後即可按下 Finish ,準備進入第一次的環境設定
https://ithelp.ithome.com.tw/upload/images/20201005/20129084q5kEN0XwDH.png

此時會跳出小視窗,直接 OK 即可
https://ithelp.ithome.com.tw/upload/images/20201005/20129084l4uiC4AEQq.png

這裡按下 Next
https://ithelp.ithome.com.tw/upload/images/20201005/201290848WfVl19leN.png

這裡選擇 Standard 後按下 Next
https://ithelp.ithome.com.tw/upload/images/20201005/20129084Fl42I29rFk.png

這裡可以依照自己喜好選擇顏色風格
https://ithelp.ithome.com.tw/upload/images/20201005/20129084z9ifPe2KQg.png

最後按下 Finish 完成設定,準備等程式自己設定完
https://ithelp.ithome.com.tw/upload/images/20201005/20129084BTCu5GpaoY.png

等待 ing......
https://ithelp.ithome.com.tw/upload/images/20201005/20129084xogy6DaGiB.png

最後按下 Finish 完成所有步驟啦
https://ithelp.ithome.com.tw/upload/images/20201005/20129084n1KANhXm4a.png


接下來打開命令提示字元,執行這個指令

flutter doctor --android-licenses

然後無止境的確認
https://ithelp.ithome.com.tw/upload/images/20201005/20129084fOXmzXaRrx.png

都確認完畢後,再執行一次 flutter doctor,此時都會出現綠色勾勾代表完成啦!
https://ithelp.ithome.com.tw/upload/images/20201005/20129084QIDkoai6hy.png


安裝完成後,啟動 Android Studio ,下發有個齒輪,按下它選取 Plugins
https://ithelp.ithome.com.tw/upload/images/20201005/20129084Sqbpwm10Rp.png

在搜尋處打上 Flutter
https://ithelp.ithome.com.tw/upload/images/20201005/20129084ZG1OK4hQ9A.png

安裝完成後會提示重新啟動 IDE
https://ithelp.ithome.com.tw/upload/images/20201005/20129084qHka5Ued2O.png

重新啟動後,便會發現多了可以新增 Flutter 專案
https://ithelp.ithome.com.tw/upload/images/20201005/20129084HawiZdRbCi.png


最後都完成後即可新增一個專案來試看看囉,這裡可以選取專案的類型,正常為選第一個即可。
https://ithelp.ithome.com.tw/upload/images/20201005/20129084OnRlDfMFj1.png

第一次使用要將SDK對應到安裝的 Flutter 位置,這裡也是對專案進行命名的地方。
https://ithelp.ithome.com.tw/upload/images/20201005/20129084PGHwSBFtLu.png

這裡可以設定 package name,基本上是不用設定啦,目前都沒有上架的需求XD,也可以事後設定。
https://ithelp.ithome.com.tw/upload/images/20201005/20129084250B2HkMBW.png

進到這裡就完成啦,接著就可以等明天我們來看看這到底是甚麼啦!
https://ithelp.ithome.com.tw/upload/images/20201005/20129084dhzMyodKzb.png


好的,今天終於完成這麻煩的安裝過程,明天我們再進到 Flutter 裡面吧XD

今日的曲子:<<薩滿天神之舞>>隋利軍

Yes


上一篇
op.19 《應用層》-初探 Flutter
下一篇
op.21 《應用層》-來用 Dart 小試身手
系列文
來與IoT譜寫一首戀愛樂章吧30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言